home *** CD-ROM | disk | FTP | other *** search
- on(release){
- stopother(false);
- _root.vDPT = _root.vDPT + 1;
- if(eval(mc_settings1) != null)
- {
- removeMovieClip(eval(mc_settings1));
- }
- _root.attachMovie("mc_settings","mc_settings1",vDPT);
- this.mc_settings1.pn2.text = _root.playerName;
- this.mc_settings1.touxiang33.gotoAndStop(_root.playerInco);
- this.mc_settings1.btnon.gotoAndStop(_root.myfullscreen);
- this.mc_settings1.stick1._x = _root.Posstick1;
- this.mc_settings2.stick1._x = _root.Posstick2;
- mc_settings1._x = 18 * _root.cR;
- mc_settings1._y = 18 * _root.cR;
- }
-